home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / dcon-kit / dcmap.doc < prev    next >
Text File  |  1996-07-10  |  4KB  |  87 lines

  1. Program:        DCMAP
  2. Package:        Part of the DCon Utility Set
  3. Version:        1.0
  4. Date:           December 9, 1991
  5. Author:         George Spafford
  6.  
  7. Purpose:
  8.  
  9. To read a virgin, untampered directory, create a data file, and then when
  10. the program is run, compare all of the files in the directory to see if
  11. they are allowed or not.
  12.  
  13.  
  14. Procedure:
  15.  
  16. Usage  DCMAP /S:source /D:datafile /C
  17.  
  18.        /S:source        This is the directory & file spec that you want to
  19.                         check.  It must be specified.
  20.  
  21.        /D:datafile      This is the name for the filename control file.
  22.                         If a name is not specified, "DCMAP.DAT" will be
  23.                         used.  The data file will have hidden and read-only
  24.                         attributes.
  25.  
  26.        /C               Create the data file, or refresh it.  If a data file
  27.                         is not found, /C is automatically assumed.  Note,
  28.                         if you misspell the data file in the /D: option,
  29.                         a new file will be created.
  30.  
  31.        ANY UNAUTHORIZED FILES WILL BE DELETED.  PLEASE, PLEASE, PLEASE -
  32.        UNDERSTAND THIS PROGRAM BEFORE YOU USE IT.
  33.  
  34. DCMAP was created to allow administrators an easy way to weed junk files
  35. out of directories (school labs are a prime example).  One shortcoming of
  36. this program is that it will not do directories at this time.  I am still
  37. trying to figure out the logic of recursive directory searches.
  38.  
  39. Now, keep in mind this program will delete any new files.  To add files,
  40. either strip the attributes from the data file and delete it, or use the /C
  41. switch to update the default log file or the /D: log file.
  42.  
  43. THIS PROGRAM WILL DELETE FILES REGARDLESS OF THE ATTRIBUTES ON THE FILES.
  44.  
  45. I highly recommend that you use this program in a test directory for a while
  46. with some dummy files before you attempt to implement it.
  47.  
  48. Register Me:
  49.  
  50. This package is a little different from some utility packages that are on the
  51. market today.  If you only like one or two programs, the individual programs
  52. can be registered for $5 per concurrently used copy.  The bargain (in my
  53. eyes) is that the whole package is only $20.  It is up to you whether or not
  54. you want the entire package or only specific files.  If this package, or one
  55. of the utilities aids you, you should register your copy.  For example, say you
  56. want DCMAP & DCUPDAY, then you need only send $10.  But please, if you use this
  57. software, register it.
  58.  
  59.                 Sincerely,
  60.  
  61.                 George Spafford
  62.                 3001 LakeShore Drive, #329
  63.                 St. Joseph, MI 49085
  64.  
  65.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  66.                                FIDOnet: 1:2340/0 NEC/NC Site
  67.                                Sysop:   Tim Akright
  68.  
  69.  
  70. NOTE:  DCMAP IS A PART OF THE DIRECTORY CONTROL PACKAGE.  THE FOLLOWING
  71.        NOTICE PERTAINS TO DCMAP AS WELL.
  72.         
  73. DIRECTORY CONTROL AND ALL OF ITS COMPONENT FILES ARE DISTRIBUTED AS IS.  
  74. THE AUTHOR (GEORGE SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR 
  75. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR 
  76. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND 
  77. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES, 
  78. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR 
  79. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO USE 
  80. THIS PROGRAM.
  81. -------------------------------------------------------------------------
  82.         
  83.  
  84.                                                                                        
  85.  
  86.  
  87.